summaryrefslogtreecommitdiff
path: root/app/api/files/[...path]/route.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/api/files/[...path]/route.ts')
-rw-r--r--app/api/files/[...path]/route.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts
index 8d736f80..83fe7ba2 100644
--- a/app/api/files/[...path]/route.ts
+++ b/app/api/files/[...path]/route.ts
@@ -53,7 +53,8 @@ const isAllowedPath = (requestedPath: string): boolean => {
'pq/vendor',
'information',
'general-contract-templates',
- 'purchase-requests'
+ 'purchase-requests',
+ 'projects'
];
return allowedPaths.some(allowed =>